home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / numconv / numconv.ex_ / numconv.ex / 1033 / version.txt
Encoding:
Text File  |  1999-07-20  |  1.0 KB  |  30 lines

  1. FILEVERSION    1,0,0,0
  2. PRODUCTVERSION 1,0,0,0
  3. FILEFLAGSMASK  0x0
  4. FILEFLAGS      0x0
  5. FILEOS         VOS_UNKNOWN | VOS__WINDOWS32
  6. FILETYPE       VFT_APP
  7. FILESUBTYPE    0x0
  8. {
  9.   BLOCK "VarFileInfo"
  10.   {
  11.     VALUE "Translation", 0x409, 1200
  12.   }
  13.   BLOCK "StringFileInfo"
  14.   {
  15.     BLOCK "040904B0"
  16.     {
  17.       VALUE "Comments",          "This utility is Neil Pearson's 1999 school maths project. Its purpose is to convert ordinary decimal numbers into a variety of formats, and to demonstrate the logic behind those conversions."
  18.       VALUE "CompanyName",       "Neil Pearson"
  19.       VALUE "FileDescription",   "Number Converter executable file"
  20.       VALUE "LegalCopyright",    "⌐ Neil Pearson, 1999. All rights reserved. No unauthorized distribution or alteration."
  21.       VALUE "LegalTrademarks",   "none"
  22.       VALUE "ProductName",       "Number Converter"
  23.       VALUE "FileVersion",       "1.00"
  24.       VALUE "ProductVersion",    "1.00"
  25.       VALUE "InternalName",      "NumConv"
  26.       VALUE "OriginalFilename",  "NumConv.exe"
  27.     }
  28.   }
  29. }
  30.